projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da38d1f
)
Cope with non-integer domids (i.e. None) in the error message surrounding
author
Ewan Mellor
<ewan@xensource.com>
Mon, 27 Nov 2006 20:04:20 +0000
(20:04 +0000)
committer
Ewan Mellor
<ewan@xensource.com>
Mon, 27 Nov 2006 20:04:20 +0000
(20:04 +0000)
save/restore.
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/XendCheckpoint.py
patch
|
blob
|
history
diff --git
a/tools/python/xen/xend/XendCheckpoint.py
b/tools/python/xen/xend/XendCheckpoint.py
index 2037ba0fa00140bb7ab3421781afb7c30aa669ef..699a179fe56a9af6b5af0b8c8afb9bd6e97c1b5f 100644
(file)
--- a/
tools/python/xen/xend/XendCheckpoint.py
+++ b/
tools/python/xen/xend/XendCheckpoint.py
@@
-100,7
+100,7
@@
def save(fd, dominfo, network, live, dst):
dominfo.setName(domain_name)
except Exception, exn:
- log.exception("Save failed on domain %s (%
d
).", domain_name,
+ log.exception("Save failed on domain %s (%
s
).", domain_name,
dominfo.getDomid())
try:
dominfo.setName(domain_name)